Uses of Class
negotiator.tournament.VariablesAndValues.AgentParamValue

Packages that use AgentParamValue
negotiator   
negotiator.protocol   
negotiator.protocol.alternatingoffers   
negotiator.protocol.auction   
negotiator.tournament.VariablesAndValues   
 

Uses of AgentParamValue in negotiator
 

Fields in negotiator with type parameters of type AgentParamValue
protected  java.util.HashMap<AgentParameterVariable,AgentParamValue> Agent.parametervalues
          Deprecated. 
 

Methods in negotiator that return types with arguments of type AgentParamValue
 java.util.HashMap<AgentParameterVariable,AgentParamValue> Agent.getParameterValues()
          Deprecated. 
 

Method parameters in negotiator with type arguments of type AgentParamValue
 void Agent.internalInit(int sessionNr, int sessionsTotal, java.util.Date startTimeP, java.lang.Integer totalTimeP, Timeline timeline, UtilitySpace us, java.util.HashMap<AgentParameterVariable,AgentParamValue> params)
          This method is called by the protocol to initialize the agent with a new session information.
 

Uses of AgentParamValue in negotiator.protocol
 

Fields in negotiator.protocol with type parameters of type AgentParamValue
protected  java.util.HashMap<AgentParameterVariable,AgentParamValue> BilateralAtomicNegotiationSession.agentAparams
           
protected  java.util.HashMap<AgentParameterVariable,AgentParamValue> BilateralAtomicNegotiationSession.agentBparams
           
 

Methods in negotiator.protocol that return types with arguments of type AgentParamValue
 java.util.HashMap<AgentParameterVariable,AgentParamValue> BilateralAtomicNegotiationSession.getAgentAparams()
           
 java.util.HashMap<AgentParameterVariable,AgentParamValue> BilateralAtomicNegotiationSession.getAgentBparams()
           
 java.util.HashMap<AgentParameterVariable,AgentParamValue> Protocol.getAgentParams(int index)
           
 

Constructor parameters in negotiator.protocol with type arguments of type AgentParamValue
BilateralAtomicNegotiationSession(Protocol protocol, Agent agentA, Agent agentB, java.lang.String agentAname, java.lang.String agentBname, UtilitySpace spaceA, UtilitySpace spaceB, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentAparams, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentBparams)
           
BilateralAtomicNegotiationSession(Protocol protocol, Agent agentA, Agent agentB, java.lang.String agentAname, java.lang.String agentBname, UtilitySpace spaceA, UtilitySpace spaceB, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentAparams, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentBparams)
           
 

Uses of AgentParamValue in negotiator.protocol.alternatingoffers
 

Methods in negotiator.protocol.alternatingoffers that return types with arguments of type AgentParamValue
 java.util.HashMap<AgentParameterVariable,AgentParamValue> AlternatingOffersProtocol.getAgentAparams()
           
 java.util.HashMap<AgentParameterVariable,AgentParamValue> AlternatingOffersProtocol.getAgentBparams()
           
 

Constructor parameters in negotiator.protocol.alternatingoffers with type arguments of type AgentParamValue
AlternatingOffersBilateralAtomicNegoSession(Protocol protocol, Agent agentA, Agent agentB, java.lang.String agentAname, java.lang.String agentBname, UtilitySpace spaceA, UtilitySpace spaceB, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentAparams, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentBparams, java.lang.String startingAgent)
          load the runtime objects to start negotiation
AlternatingOffersBilateralAtomicNegoSession(Protocol protocol, Agent agentA, Agent agentB, java.lang.String agentAname, java.lang.String agentBname, UtilitySpace spaceA, UtilitySpace spaceB, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentAparams, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentBparams, java.lang.String startingAgent)
          load the runtime objects to start negotiation
 

Uses of AgentParamValue in negotiator.protocol.auction
 

Method parameters in negotiator.protocol.auction with type arguments of type AgentParamValue
protected  AuctionBilateralAtomicNegoSession AuctionProtocol.runNegotiationSession(Agent agentA, Agent agentB, AgentRepItem agentARepItem, AgentRepItem agentBRepItem, java.lang.String agentAname, java.lang.String agentBname, ProfileRepItem profileRepItemA, ProfileRepItem profileRepItemB, UtilitySpace spaceA, UtilitySpace spaceB, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentAparams, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentBparams)
          do test run of negotiation session.
protected  AuctionBilateralAtomicNegoSession AuctionProtocol.runNegotiationSession(Agent agentA, Agent agentB, AgentRepItem agentARepItem, AgentRepItem agentBRepItem, java.lang.String agentAname, java.lang.String agentBname, ProfileRepItem profileRepItemA, ProfileRepItem profileRepItemB, UtilitySpace spaceA, UtilitySpace spaceB, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentAparams, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentBparams)
          do test run of negotiation session.
protected  AuctionBilateralAtomicNegoSession AuctionProtocol.runNegotiationSession(AgentRepItem agentARepItem, AgentRepItem agentBRepItem, java.lang.String agentAname, java.lang.String agentBname, ProfileRepItem profileRepItemA, ProfileRepItem profileRepItemB, UtilitySpace spaceA, UtilitySpace spaceB, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentAparams, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentBparams)
           
protected  AuctionBilateralAtomicNegoSession AuctionProtocol.runNegotiationSession(AgentRepItem agentARepItem, AgentRepItem agentBRepItem, java.lang.String agentAname, java.lang.String agentBname, ProfileRepItem profileRepItemA, ProfileRepItem profileRepItemB, UtilitySpace spaceA, UtilitySpace spaceB, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentAparams, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentBparams)
           
 

Constructor parameters in negotiator.protocol.auction with type arguments of type AgentParamValue
AuctionBilateralAtomicNegoSession(Protocol protocol, Agent agentA, Agent agentB, java.lang.String agentAname, java.lang.String agentBname, UtilitySpace spaceA, UtilitySpace spaceB, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentAparams, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentBparams, java.lang.String startingAgent, int totalTime)
           
AuctionBilateralAtomicNegoSession(Protocol protocol, Agent agentA, Agent agentB, java.lang.String agentAname, java.lang.String agentBname, UtilitySpace spaceA, UtilitySpace spaceB, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentAparams, java.util.HashMap<AgentParameterVariable,AgentParamValue> agentBparams, java.lang.String startingAgent, int totalTime)
           
 

Uses of AgentParamValue in negotiator.tournament.VariablesAndValues
 

Fields in negotiator.tournament.VariablesAndValues declared as AgentParamValue
 AgentParamValue AssignedParamValue.value
           
 

Constructors in negotiator.tournament.VariablesAndValues with parameters of type AgentParamValue
AssignedParamValue(AgentParamValue v, java.lang.String name)